-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Fix main_recursion tests
#16259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix main_recursion tests
#16259
Conversation
|
rustbot has assigned @samueltardieu. Use |
|
Isn't the lint expected to ignore
|
fd7f79f to
9bfc9a4
Compare
Thanks for the review! You are absolutely right. I misread the documentation. I have reverted the change that enabled the lint for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please shorten the PR description to its core, and this will be ready to merge.
|
Reminder, once the PR becomes ready for a review, use |
Okay |
|
@rustbot ready |
main_recursion enable lint in no_std crates and fix broken testsmain_recursion tests
|
Thanks. |
Fixes #11034
changelog: [
main_recursion]: none